QuickOPC User's Guide and Reference
Overview of the Assemblies Available
Fundamentals > Referencing the Assemblies (.NET) > Overview of the Assemblies Available

Most projects will need:

Some project will also need other assemblies, such as

You do not need to (and should not) ever reference the following assemblies:

This does not mean that these assemblies are useless or are not used. They are used indirectly, by the relevant assemblies that you do reference, and they will copied over to the target automatically by the build tools.

In OPC UA PubSub, if you want to work with raw Ethernet packet mappings, or Wireshark capture files, the OpcLabc.Pcap assembly must be made available to your program - usually you achieve it by referencing this assembly, although it is not directly used by your code.

See Also